home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
L' Effet Pommier 3
/
L'Effet Pommier - Volume 03.iso
/
Graphismes
/
3D
/
POV-Ray 3.0B5a PPC
/
POV-Ray 3.0B5a
/
POVSCN.Scenes
/
POV3DEMO
/
ATMOS
/
HOLLOW3.POV
< prev
next >
Wrap
Text File
|
1995-11-08
|
916b
|
53 lines
// Persistence Of Vision raytracer version 3.0 sample file.
// File by Dieter Bayer.
// This scene shows a hollow, checkered sphere filled with fire.
#version 3.0
global_settings { assumed_gamma 2.2 }
#include "colors.inc"
camera {
location <-1.5, 30, -150>
look_at <0, 25, 35>
angle 25
}
background { color rgb<0.2, 0.4, 0.8> }
light_source { <100, 100, -200> colour White }
plane { <0, 1, 0>, 0
pigment { NeonBlue }
finish {reflection 0.15}
}
sphere { 0, 1
pigment {
checker colour YellowGreen colour rgbt<1, 1, 1, 0.7>
quick_color White
scale <0.4, 0.5, 0.2>
rotate <90, 0, -90>
}
finish {
brilliance 8
phong 1
phong_size 100
}
halo {
emitting
spherical_mapping
linear
turbulence 1
colour_map {
[ 0 color rgbf <1, 0, 0, 0> ]
[ 1 color rgbf <1, 1, 0, 0.6> ]
}
samples 5
}
scale 25
translate 25*y
hollow
}